type net/http.connectMethod

11 uses

	net/http (current package)
		clientconn.go#L155: 	cm := connectMethod{
		transport.go#L984: func (t *Transport) connectMethodForRequest(treq *transportRequest) (cm connectMethod, err error) {
		transport.go#L996: func (cm *connectMethod) proxyAuth() string {
		transport.go#L1330: 	cm  connectMethod
		transport.go#L1516: func (t *Transport) getConn(treq *transportRequest, cm connectMethod) (_ *persistConn, err error) {
		transport.go#L1769: func (t *Transport) dialConn(ctx context.Context, cm connectMethod, isClientConn bool, internalStateHook func()) (pconn *persistConn, err error) {
		transport.go#L2042: type connectMethod struct {
		transport.go#L2053: func (cm *connectMethod) key() connectMethodKey {
		transport.go#L2071: func (cm *connectMethod) scheme() string {
		transport.go#L2079: func (cm *connectMethod) addr() string {
		transport.go#L2088: func (cm *connectMethod) tlsHost() string {